object SearchForm: TSearchForm Left = 239 Top = 132 BorderStyle = bsSingle Caption = 'Locate a Sermon' ClientHeight = 230 ClientWidth = 348 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 348 Height = 227 Align = alTop Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object Label1: TLabel Left = 8 Top = 96 Width = 169 Height = 16 AutoSize = False Caption = ' ' end object SearchLabel: TLabel Left = 17 Top = 10 Width = 98 Height = 14 Caption = 'Enter Search Details' end object RadioGroup1: TRadioGroup Left = 17 Top = 118 Width = 153 Height = 97 Caption = 'Field' ItemIndex = 0 Items.Strings = ( 'Title' 'Series' 'Theme') TabOrder = 0 end object RadioGroup2: TRadioGroup Left = 198 Top = 118 Width = 129 Height = 81 Caption = 'Match Type' ItemIndex = 0 Items.Strings = ( 'Anywhere' 'Beginning' 'Full') TabOrder = 1 end object Locate: TButton Left = 223 Top = 10 Width = 73 Height = 25 Caption = '&Locate' TabOrder = 2 OnClick = LocateClick end object LocateNext: TButton Left = 223 Top = 42 Width = 89 Height = 25 Caption = 'Locate &Next' TabOrder = 3 OnClick = LocateNextClick end object SearchEdit: TEdit Left = 17 Top = 32 Width = 157 Height = 22 TabOrder = 4 end object CheckBox1: TCheckBox Left = 17 Top = 75 Width = 97 Height = 17 Caption = 'Ignore Case' State = cbChecked TabOrder = 5 end object CheckBox2: TCheckBox Left = 198 Top = 204 Width = 97 Height = 17 Caption = 'CheckBox2' State = cbChecked TabOrder = 6 Visible = False end object CancelSearch: TBitBtn Left = 224 Top = 75 Width = 75 Height = 25 TabOrder = 7 OnClick = CancelSearchClick Kind = bkClose end end object fxLocate1: TfxLocate DisableControls = True FindCursor = crHourGlass MatchType = maAnywhere IgnoreCase = True DataSource = DataModule1.DataSource1 DataField = 'Category' FailPos = fpOriginal DoBackground = False NumRecs = 0 Copyright = '(c) 1997 Chuck Gadd' Version = 'Beta 0.94' UseIndexes = True ProgressCount = 0 MaxMemoSize = 32767 Left = 171 Top = 58 end end